home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Q-R / RPN Calculator.cpt / RPN Calculator / card_9947.txt < prev    next >
Text File  |  1988-09-16  |  2KB  |  62 lines

  1. -- card: 9947 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 4000
  4. -- background id: 2499
  5. -- name: Programming 3
  6. ----- HyperTalk script -----
  7. on openCard
  8.   put "Programming" into field "Title"
  9. end openCard
  10.  
  11.  
  12.  
  13. -- part 1 (button)
  14. -- low flags: 00
  15. -- high flags: 8003
  16. -- rect: left=440 top=322 right=340 bottom=486
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 0 / 0
  19. -- text alignment: 1
  20. -- font id: 0
  21. -- text size: 12
  22. -- style flags: 0
  23. -- line height: 16
  24. -- part name: Next
  25. ----- HyperTalk script -----
  26. on mouseUp
  27.   go to next card
  28. end mouseUp
  29.  
  30.  
  31.  
  32. -- part 2 (button)
  33. -- low flags: 00
  34. -- high flags: 8003
  35. -- rect: left=25 top=321 right=339 bottom=91
  36. -- title width / last selected line: 0
  37. -- icon id / first selected line: 0 / 0
  38. -- text alignment: 1
  39. -- font id: 0
  40. -- text size: 12
  41. -- style flags: 0
  42. -- line height: 16
  43. -- part name: Previous
  44. ----- HyperTalk script -----
  45. on mouseUp
  46.   go to previous card
  47. end mouseUp
  48.  
  49.  
  50.  
  51. -- part contents for background part 1
  52. ----- text -----
  53. There are 5 keys with labels [ A ], [ B ], [ C ], [ D ] and [ E ].  Clicking one of these while in prog mode will put the key label in the program.  Clicking one while not in program mode will start the program at the key label if it exists in the program.
  54.  
  55. The label after a [GTo] does not have a number sign before it, but the locating label does (e.g. #A).  Labels are searched for from the beginning of the program list.  Only the first label will be found if there are two or more of the same label.
  56.  
  57. You may step through a program one step at a time with the key labeled        [SSt].  The program line will be displayed in the big register under the calculator and the step will be performed.  The prog mode must be off to do this.  A small field at the left with "Running" in it will be displayed while the command is executed.
  58.  
  59.  
  60. -- part contents for background part 6
  61. ----- text -----
  62. Programming